home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KWC_FCS.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.0 KB  |  63 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM World Circuit by Microprose - For use with ThrustMaster WCS II and FCS
  14. REM (PFCS).Refer to WCR_DCS3.ADV for use of WCS II and ThrustMaster Formula T1
  15. REM Driving Control System with World Circuit. WCS throttle use is not
  16. REM incorporated into program.  World Circuit is designed for use with a
  17. REM Joystick, and throttle control is easier using a Joystick.
  18. REM 1. If you have rudder pedals - disconnect them first thing.  2. Plug
  19. REM WCS II 15-pin plug into game card primary port.  3. Plug FCS(PFCS)
  20. REM 15-pin cable into Mark II WCS 15-pin port. 4. Put BOTH WCS II mode
  21. REM switches in DIGITAL position!!! 4. Refer to World Circuit manual to set
  22. REM your controls properly (FCS[PFCS] is Joystick A - X-axis for turning,
  23. REM Joystick A - Y-axis for throttle).
  24. REM FCS(PFCS) Trigger plus stick forward is shift up, stick back plus trigger
  25. REM is shifted down FCS(PFCS). Hat fwd press/release toggles camera view to
  26. REM car ahead.  Hat down press/release toggles camera view to car behind. Hat
  27. REM left press/release toggles camera view to trackside camera.
  28. REM Hat right press/release toggles a chase view.
  29. REM Rocker down pauses World Circuit.  Rocker up unpauses game.
  30. REM 5. Have fun!!!!
  31. REM Trig is Reserved For Shifting
  32.  
  33.  MDEF KWC
  34.  
  35.  @DigitalThrottle
  36.  
  37. BTN UB Gap
  38. BTN MB DetailAdjust
  39. BTN LB TextureToggle
  40. BTN HU /P CameraAhead
  41.        /R ReturnOwnCockpit
  42. BTN HL /P CameraBehind
  43.        /R ReturnOwnCockpit
  44. BTN HR /P TrackView
  45.        /R ReturnToCockpit
  46. BTN HD /P ChaseView
  47.        /R ReturnToCockpit
  48. BTN 1 AutoGears
  49. BTN 2 AutoBrakes
  50. BTN 3 SelfCorrectSpin
  51. BTN 4 Indestructable
  52. BTN 5 IdealLine
  53. BTN 6 SuggestGear
  54. RKR DN /P PauseInGame
  55.        /R PauseInGame
  56.  
  57. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  58. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  59. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  60. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  61. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  62. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  63.